FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/bundle-composition-custodian-identifier

Packageca.on.oh.patient-summary
Resource TypeSearchParameter
Idbundle-composition-custodian-identifier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-custodian-identifier
URLhttp://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-custodian-identifier
Version4.0.1
Statusactive
Namecomposition.custodian.identifier
Realmca
Authoritynational
DescriptionSearch by Composition custodian identifier
PurposeNeed to search Composition by custodian identifier
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "bundle-composition-custodian-identifier",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-custodian-identifier",
  "version": "4.0.1",
  "name": "composition.custodian.identifier",
  "status": "active",
  "description": "Search by Composition custodian identifier",
  "purpose": "Need to search Composition by custodian identifier",
  "code": "composition.custodian.identifier",
  "base": [
    "Bundle"
  ],
  "type": "token",
  "expression": "Bundle.entry[0].resource.as(Composition).custodian.resolve().as(Organization).identifier"
}